home *** CD-ROM | disk | FTP | other *** search
/ Champak 106 / Vol 106.iso / games / stepp000.swf / scripts / DefineButton2_3676 / BUTTONCONDACTION on(release).as
Encoding:
Text File  |  2010-04-12  |  126 b   |  9 lines

  1. on(release){
  2.    set("/:Challenge",true);
  3.    tellTarget("_root")
  4.    {
  5.       gotoAndStop("Start");
  6.       play();
  7.    }
  8. }
  9.